home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TTEXTREPLACEDIALOG / TTEXTREPLACEDIALOG.txt
Text File  |  2002-03-16  |  707b  |  39 lines

  1. inherited TextReplaceDialog: TTextReplaceDialog
  2.   Caption = 'Replace text'
  3.   ClientHeight = 210
  4.   OldCreateOrder = True
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object Label2: TLabel [1]
  8.     Left = 8
  9.     Top = 41
  10.     Width = 65
  11.     Height = 13
  12.     Caption = '&Replace with:'
  13.   end
  14.   inherited gbSearchOptions: TGroupBox
  15.     Top = 70
  16.     TabOrder = 2
  17.   end
  18.   inherited rgSearchDirection: TRadioGroup
  19.     Top = 70
  20.     TabOrder = 3
  21.   end
  22.   inherited btnOK: TButton
  23.     Top = 179
  24.     TabOrder = 4
  25.   end
  26.   inherited btnCancel: TButton
  27.     Top = 179
  28.     TabOrder = 5
  29.   end
  30.   object cbReplaceText: TComboBox
  31.     Left = 96
  32.     Top = 37
  33.     Width = 228
  34.     Height = 21
  35.     ItemHeight = 13
  36.     TabOrder = 1
  37.   end
  38. end
  39.